|
|
|
|
ForeColorActive Property, TabClass Class |
Defines the tab's foreground color when it is the active tab. The new, identical ForeColorSelected property should be used instead.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ForeColorActive As Color |
C# |
public Color ForeColorActive { get; set; } |
C++ |
public: property Color ForeColorActive { |
Property Value
The tab's foreground color when it is the active tab.
The default value is Color.Empty.
Comments
The ForeColorActive property defines the tab's foreground color when it is the active tab. The new, identical ForeColorSelected property should be used instead.
This property has been replaced by the new, identical ForeColorSelected property.